home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / HLPWNSDK.PAK / PROGTECH.TOC (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-05-06  |  12KB  |  192 lines

  1. :Base progtech.HLP
  2. 0 Win32 Programming Techniques
  3. 1 Introduction=_win32_Introduction_PT
  4. 1 Win32 Application Programming Interface
  5. 2 Win32 Application Programming Interface=_win32_Win32_Application_Programming_Interface_PT
  6. 2 About the Win32 API=_win32_About_the_Win32_API
  7. 2 Window Management=_win32_Window_Management_PT
  8. 2 Window Controls=_win32_Window_Controls_PT
  9. 2 Shell Features=_win32_Shell_Features_PT
  10. 2 Graphics Device Interface=_win32_Graphics_Device_Interface_PT
  11. 2 System Services=_win32_System_Services_PT
  12. 2 International Features=_win32_International_Features_PT
  13. 2 Network Services=_win32_Network_Services_PT
  14. 2 Win32 Platform Differences=_win32_Win32_Platform_Differences_PT
  15. 1 Writing Great Win32-based Applications
  16. 2 Writing Great Win32-based Applications=_win32_Writing_Great_Win32_based_Applications_PT
  17. 2 About Writing Great Win32-based Applications=_win32_About_Writing_Great_Win32_based_Applications_PT
  18. 2 File Information=_win32_File_Information_PT
  19. 2 Long Filenames=_win32_Long_Filenames_PT
  20. 2 Context Menus=_win32_Context_Menus_PT
  21. 2 Icons=_win32_Icons_PT
  22. 2 Shortcuts=_win32_Shortcuts_PT
  23. 2 Clipboard Data Transfer Operations=_win32_Clipboard_Data_Transfer_Operations_PT
  24. 2 Common Controls and Dialog Boxes=_win32_Common_Controls_and_Dialog_Boxes_PT
  25. 2 Common Controls=_win32_Common_Controls_PT
  26. 2 Common Dialog Boxes=_win32_Common_Dialog_Boxes_PT
  27. 2 Palette=_win32_Palette_PT
  28. 2 Windows Help=_win32_Windows_Help_PT
  29. 2 Multiple Views=_win32_Multiple_Views_PT
  30. 2 Pen Input=_win32_Pen_Input_PT
  31. 2 Window 95 Logo Requirements=_win32_Window_95_Logo_Requirements_PT
  32. 2 General Requirements for Applications=_win32_General_Requirements_for_Applications_PT
  33. 2 Personal Computer Systems=_win32_Personal_Computer_Systems_PT
  34. 2 Hardware Peripheral Devices=_win32_Hardware_Peripheral_Devices_PT
  35. 2 Display Adapters=_win32_Display_Adapters_PT
  36. 2 Audio Adapters=_win32_Audio_Adapters_PT
  37. 2 Storage Devices=_win32_Storage_Devices_PT
  38. 2 Parallel Port Devices=_win32_Parallel_Port_Devices_PT
  39. 2 External Communications Devices=_win32_External_Communications_Devices_PT
  40. 2 Modems=_win32_Modems_PT
  41. 2 Network Adapters=_win32_Network_Adapters_PT
  42. 1 The Generic Win32-based Application
  43. 2 The Generic Win32-based Application=_win32_The_Generic_Win32_based_Application_PT
  44. 2 The Entry-Point Function=_win32_The_Entry_Point_Function_PT
  45. 2 Registering the Window Class=_win32_Registering_the_Window_Class_PT
  46. 2 Creating the Main Window=_win32_Creating_the_Main_Window_PT
  47. 2 Entering the Message Loop=_win32_Entering_the_Message_Loop_PT
  48. 2 The Menu=_win32_The_Menu_PT
  49. 2 The Window Procedure=_win32_The_Window_Procedure_PT
  50. 2 The About Dialog Box=_win32_The_About_Dialog_Box_PT
  51. 2 Source Code=_win32_Source_Code_PT
  52. 2 GENERIC.C=_win32_GENERIC.C_PT
  53. 2 GENERIC.H=_win32_GENERIC.H_PT
  54. 2 GENERIC.RC=_win32_GENERIC.RC_PT
  55. 2 GENERIC.DLG=_win32_GENERIC.DLG_PT
  56. 1 Porting Code from 16-bit Windows to 32-bit Windows
  57. 2 Porting Code from 16-bit Windows to 32-bit Windows=_win32_Porting_Code_from_16_bit_Windows_to_32_bit_Windows_PT
  58. 2 Overview of Changes=_win32_Overview_of_Changes_PT
  59. 2 Porting Your Application=_win32_Porting_Your_Application_PT
  60. 2 Revising the Window Procedure Declaration=_win32_Revising_the_Window_Procedure_Declaration_PT
  61. 2 Using Proper Data Types=_win32_Using_Proper_Data_Types_PT
  62. 2 Handling Messages=_win32_Handling_Messages_PT
  63. 2 Extracting Data from Messages with Portable Code=_win32_Extracting_Data_from_Messages_with_Portable_Code_PT
  64. 2 Using Message Crackers to Write Portable Code=_win32_Using_Message_Crackers_to_Write_Portable_Code_PT
  65. 2 Summary of Windows Messages Affected=_win32_Summary_of_Windows_Messages_Affected_PT
  66. 2 Summary of DDE Messages Affected=_win32_Summary_of_DDE_Messages_Affected_PT
  67. 2 Adjusting Function Calls=_win32_Adjusting_Function_Calls_PT
  68. 2 Graphics Functions=_win32_Graphics_Functions_PT
  69. 2 Functions That Access the Extra Window Data=_win32_Functions_That_Access_the_Extra_Window_Data_PT
  70. 2 Porting MS-DOS System Calls=_win32_Porting_MS_DOS_System_Calls_PT
  71. 2 File Operations=_win32_File_Operations_PT
  72. 2 Far-Pointer Functions=_win32_Far_Pointer_Functions_PT
  73. 2 Functions Getting List and Combo Box Contents=_win32_Functions_Getting_List_and_Combo_Box_Contents_PT
  74. 2 Revising the WinMain Function=_win32_Revising_the_WinMain_Function_PT
  75. 2 Initializing Instances=_win32_Initializing_Instances_PT
  76. 2 Accessing the Command Line Through lpCmdLine=_win32_Accessing_the_Command_Line_Through_lpCmdLine_PT
  77. 2 Revising Dynamic-Link Libraries=_win32_Revising_Dynamic_Link_Libraries_PT
  78. 2 Using PORTTOOL to Automate Porting=_win32_Using_PORTTOOL_to_Automate_Porting_PT
  79. 2 Additional Porting Work=_win32_Additional_Porting_Work_PT
  80. 2 Profile Strings and .INI Files=_win32_Profile_Strings_and_.INI_Files_PT
  81. 2 Focus, Mouse Capture, and Localized Input=_win32_Focus_Mouse_Capture_and_Localized_Input_PT
  82. 2 Shared Graphical Objects=_win32_Shared_Graphical_Objects_PT
  83. 2 Memory and Pointers=_win32_Memory_and_Pointers_PT
  84. 2 Structure Alignment=_win32_Structure_Alignment_PT
  85. 2 Ranges and Promotions=_win32_Ranges_and_Promotions_PT
  86. 1 Handling Messages with Portable Macros
  87. 2 Handling Messages with Portable Macros=_win32_Handling_Messages_with_Portable_Macros_PT
  88. 2 Using Message Crackers=_win32_Using_Message_Crackers_PT
  89. 2 Overview of Message Crackers=_win32_Overview_of_Message_Crackers_PT
  90. 2 Declaring Message-Handler Prototypes=_win32_Declaring_Message_Handler_Prototypes_PT
  91. 2 Calling the Message Handler=_win32_Calling_the_Message_Handler_PT
  92. 2 Writing the Message Handler=_win32_Writing_the_Message_Handler_PT
  93. 2 Putting It Together: An Example=_win32_Putting_It_Together_An_Example_PT
  94. 2 Handling Special Cases of Messages=_win32_Handling_Special_Cases_of_Messages_PT
  95. 2 Writing Message Crackers for User-Defined Messages=_win32_Writing_Message_Crackers_for_User_Defined_Messages_PT
  96. 2 Adapting Message Crackers to Special Cases=_win32_Adapting_Message_Crackers_to_Special_Cases_PT
  97. 2 Dialog Procedures=_win32_Dialog_Procedures_PT
  98. 2 Window Subclassing=_win32_Window_Subclassing_PT
  99. 2 Window Instance Data=_win32_Window_Instance_Data_PT
  100. 2 Using Control Message Functions=_win32_Using_Control_Message_Functions_PT
  101. 1 Improving Application Performance for Windows NT
  102. 2 Improving Application Performance for Windows NT=_tools_Improving_Application_Performance_on_Windows_NT
  103. 2 Managing Kernel Resources=_tools_Managing_Kernel_Resources
  104. 2 Managing Memory=_tools_Managing_Memory
  105. 2 Managing Files=_tools_Managing_Files
  106. 2 Managing Processes=_tools_Managing_Processes
  107. 2 Managing Graphics=_tools_Managing_Graphics
  108. 2 Batch Processing for Graphics=_tools_Batch_Processing_for_Graphics
  109. 2 Managing the Device Context=_tools_Managing_the_Device_Context
  110. 2 Managing Asynchronous Input=_tools_Managing_Asynchronous_Input
  111. 2 Considerations for RISC Computers=_tools_Considerations_for_RISC_Computers
  112. 1 Overview of the Build Process
  113. 2 Overview of the Build Process=_win32_Overview_of_the_Build_Process_PT
  114. 2 Using WIN32.MAK=_win32_Using_WIN32.MAK_PT
  115. 2 Setting Targets=_win32_Setting_Targets_PT
  116. 2 Compiling Source Files=_win32_Compiling_Source_Files_PT
  117. 2 Building Applications=_win32_Building_Applications_PT
  118. 2 Building DLLs=_win32_Building_DLLs_PT
  119. 2 Using the C Run-Time Library=_win32_Using_the_C_Run_Time_Library_PT
  120. 2 Calling the C Run-Time Library from a DLL=_win32_Calling_the_C_Run_Time_Library_from_a_DLL_PT
  121. 2 Mixing Library Types=_win32_Mixing_Library_Types_PT
  122. 1 Installing Applications
  123. 2 Installing Applications=_win32_Installing_Applications_PT
  124. 2 About Installing Applications=_win32_About_Installing_Applications_PT
  125. 2 Installation Program=_win32_Installation_Program_PT
  126. 2 Designing the User Interface=_win32_Designing_the_User_Interface_PT
  127. 2 Determining the Configuration=_win32_Determining_the_Configuration_PT
  128. 2 Copying Files=_win32_Copying_Files_PT
  129. 2 Replacing DLLs in Memory=_win32_Replacing_DLLs_in_Memory_PT
  130. 2 Installing Fonts=_win32_Installing_Fonts_PT
  131. 2 Removing an Application=_win32_Removing_an_Application_PT
  132. 2 Setting Up the Environment=_win32_Setting_Up_the_Environment_PT
  133. 2 Setting Initialization Files=_win32_Setting_Initialization_Files_PT
  134. 2 Adding Entries to the Registry=_win32_Adding_Entries_to_the_Registry_PT
  135. 2 Supporting Context Menu Operations=_win32_Supporting_Context_Menu_Operations_PT
  136. 2 Adding the Application to the Start Button=_win32_Adding_the_Application_to_the_Start_Button_PT
  137. 2 Using Filename Extensions=_win32_Using_Filename_Extensions_PT
  138. 2 Register Document Types=_win32_Register_Document_Types_PT
  139. 2 Network Issues=_win32_Network_Issues_PT
  140. 2 CD-ROM Considerations=_win32_CD_ROM_Considerations_PT
  141. 2 Checklist for Planning an Installation Program=_win32_Checklist_for_Planning_an_Installation_Program_PT
  142. 1 WINDOWS.H and STRICT Type Checking
  143. 2 WINDOWS.H and STRICT Type Checking=_win32_WINDOWS.H_and_STRICT_Type_Checking_PT
  144. 2 New Types and Macros=_win32_New_Types_and_Macros_PT
  145. 2 General Data Types=_win32_General_Data_Types_PT
  146. 2 Utility Macros=_win32_Utility_Macros_PT
  147. 2 New Handle Types=_win32_New_Handle_Types_PT
  148. 2 Using STRICT to Improve Type Checking=_win32_Using_STRICT_to_Improve_Type_Checking_PT
  149. 2 Enabling STRICT Type Checking=_win32_Enabling_STRICT_Type_Checking_PT
  150. 2 Making Your Application STRICT Compliant=_win32_Making_Your_Application_STRICT_Compliant_PT
  151. 2 Declaring Functions Within Your Application=_win32_Declaring_Functions_Within_Your_Application_PT
  152. 2 Functions That Require Casts=_win32_Functions_That_Require_Casts_PT
  153. 2 The CreateWindow Function=_win32_The_CreateWindow_Function_PT
  154. 2 Making Best Use of STRICT Type Checking=_win32_Making_Best_Use_of_STRICT_Type_Checking_PT
  155. 2 Accessing the New COMSTAT Structure=_win32_Accessing_the_New_COMSTAT_Structure_PT
  156. 2 Interpreting Error Messages Affected by STRICT=_win32_Interpreting_Error_Messages_Affected_by_STRICT_PT
  157. 1 Generic Thunks
  158. 2 Generic Thunks=_win32_Generic_Thunks_PT
  159. 2 About Generic Thunks=_win32_About_Generic_Thunks_PT
  160. 2 Process Context=_win32_Process_Context_PT
  161. 2 Testing Your Generic Thunks=_win32_Testing_Your_Generic_Thunks_PT
  162. 2 Using Generic Thunks=_win32_Using_Generic_Thunks_PT
  163. 2 Declaring the DLL Function=_win32_Declaring_the_DLL_Function_PT
  164. 2 Loading the Win32-based DLL=_win32_Loading_the_Win32_based_DLL_PT
  165. 2 Getting the Address of the DLL Function=_win32_Getting_the_Address_of_the_DLL_Function_PT
  166. 2 Calling the DLL Function=_win32_Calling_the_DLL_Function_PT
  167. 2 Freeing the Win32-based DLL=_win32_Freeing_the_Win32_based_DLL_PT
  168. 2 Translating 16:16 Pointers=_win32_Translating_16_16_Pointers_PT
  169. 2 Generic Thunks Reference=_win32_Generic_Thunks_Reference_PT
  170. 2 16-bit Generic Thunk Functions=_win32_16_bit_Generic_Thunk_Functions_PT
  171. 2 CallProc32W=_win32_CallProc32W_PT
  172. 2 CallProcEx32W=_win32_CallProcEx32W_PT
  173. 2 FreeLibrary32W=_win32_FreeLibrary32W_PT
  174. 2 GetProcAddress32W=_win32_GetProcAddress32W_PT
  175. 2 GetVDMPointer32W=_win32_GetVDMPointer32W_PT
  176. 2 LoadLibraryEx32W=_win32_LoadLibraryEx32W_PT
  177. 2 32-bit Generic Thunk Functions=_win32_32_bit_Generic_Thunk_Functions_PT
  178. 2 WOWCallback16=_win32_WOWCallback16_PT
  179. 2 WOWCallback16Ex=_win32_WOWCallback16Ex_PT
  180. 2 WOWGetVDMPointer=_win32_WOWGetVDMPointer_PT
  181. 2 WOWGetVDMPointerFix=_win32_WOWGetVDMPointerFix_PT
  182. 2 WOWGetVDMPointerUnfix=_win32_WOWGetVDMPointerUnfix_PT
  183. 2 WOWGlobalAlloc16=_win32_WOWGlobalAlloc16_PT
  184. 2 WOWGlobalAllocLock16=_win32_WOWGlobalAllocLock16_PT
  185. 2 WOWGlobalFree16=_win32_WOWGlobalFree16_PT
  186. 2 WOWGlobalLock16=_win32_WOWGlobalLock16_PT
  187. 2 WOWGlobalLockSize16=_win32_WOWGlobalLockSize16_PT
  188. 2 WOWGlobalUnlock16=_win32_WOWGlobalUnlock16_PT
  189. 2 WOWGlobalUnlockFree16=_win32_WOWGlobalUnlockFree16_PT
  190. 2 WOWHandle16=_win32_WOWHandle16_PT
  191. 2 WOWHandle32=_win32_WOWHandle32_PT
  192.